home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / ScrollingTextField / ScrollTextField_Source / ScrollTextFieldInspector.h < prev    next >
Encoding:
Text File  |  1992-07-23  |  337 b   |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3. // Uncopyrighted by Eric Celeste, 1991 <efc@mit.edu>
  4.  
  5. #import <nib/InterfaceBuilder.h>
  6.  
  7. @interface ScrollTextFieldInspector:Inspector
  8. {
  9.     id    textGrayMatrix;
  10.     id    optionsMatrix;
  11.     id    borderMatrix;
  12.     id    backGrayMatrix;
  13. }
  14.  
  15. -init;
  16. -ok:sender;
  17. -revert:sender;
  18. -setOptionsSelectable:sender;
  19.  
  20. @end
  21.